home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetSprite(25, 1)
- set the memberNum of sprite 25 to the number of member "MINUS DOWN.PICT"
- updateStage()
- set the movieRate of sprite 5 to 0
- set nframe to the movieTime of sprite 5
- set the movieTime of sprite 5 to nframe - 6
- end
-
- on mouseUp
- set the memberNum of sprite 25 to the number of member "MINUS UP.PICT"
- updateStage()
- puppetSprite(25, 0)
- end
-